home *** CD-ROM | disk | FTP | other *** search
- #ifndef __Shell_BarIcon_h
- #define __Shell_BarIcon_h
-
-
- icon_handle Shell_AddBarIcon( char *spritename);
- /* Adds an icon to the iconbar, using the specified */
- /* sprite. Also adds a standard Info,Quit menu, with */
- /* some extra entries: pause, continue and speed. The */
- /* info entry will have a window attatched, which */
- /* should be in the templates file, called 'ProgInfo'. */
- /* If there isn't such a window loaded, info will be */
- /* faded. */
- /* The speed entry allows you to change the minimum */
- /* interval between Shell_PollSlow()'s. */
- /* Returns the iconhandle of the bar icon. */
-
-
- #endif
-
-